home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / Patchmix / XWindowsSource / Man / patchmix.info
Encoding:
Text File  |  1992-03-28  |  1.9 KB  |  50 lines

  1.  
  2.         Patchmix
  3.  
  4. is an X Graphical interface to Cmix.  You can
  5. create a flow chart of unit generator icons,
  6. compile the chart into a cmix instrument
  7. (with the code written out for later modification),
  8. and test the instrument within the interface.
  9.  
  10. To use patchmix, you must be running X windows.
  11. You also need 2 links in the directory which you
  12. call "patchmix" from, to Cmix and to the sound
  13. file directory into which the sounds will be written.
  14. On woof, issue these commands from your home directory:
  15.     ln -s /musr cmix
  16.     ln -s /snd/myname sf
  17.  
  18. The instrument code and test score files will be written
  19. into a "Newinst" directory in the directory which you call
  20. patchmix from.  The instrument code will be in a file 
  21. called "inst1.c".  "inst1" will be replaced with whatever
  22. is input as the name of the instrument on the patchmix
  23. panel.  This name will function as the name of the function
  24. which you will link to the cmix objects when it is compiled,
  25. and will also be the name of the test sound file created in
  26. the "sf" directory.  "Makefile" and "profile.c" files will
  27. also be written to the Newinst directory for compiling the
  28. new instrument.
  29.  
  30. The patchmix interface consists of 3 parts.  A panel of basic 
  31. information such as name of instrument, number of channels and a 
  32. set of buttons for choosing functions such as compiling the instrument,
  33. setting the test score file parameters, and creating and playing the file. 
  34. A menu bar allows selection of unit generators and connect and 
  35. parameter-setting modes as well as other instrument options.
  36. Below, the user places and connects the unit generator flow 
  37. chart icons.   
  38.  
  39. The left mouse button is used for most functions, but the right
  40. is used to connect (output to input, in that order) and the
  41. middle is used to set parameters for each unit generator.
  42.  
  43. Bugs, problems and suggestions: send mail to mara
  44.  
  45. ************  CURRENTLY WORKING  *************************
  46.  
  47. Unit Generators: Oscil, Buzz, Rrand, Evp
  48.  
  49.  
  50.